Nevron Open Vision Documentation
Nevron.Nov.DataStructures Namespace / NChainNode<T> Class / IsMiddle Property


In This Topic
    IsMiddle Property
    In This Topic
    Querues whether this is a middle node from its chain (i.e. has both prev and next nodes).
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsMiddle As System.Boolean
    'Usage
     
    
    Dim instance As NChainNode(Of T)
    Dim value As System.Boolean
     
    value = instance.IsMiddle
    public System.bool IsMiddle {get;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also